while wait(.01) do local children = owner.Character:GetDescendants() for i = 1, #children do if children[i]:IsA("BasePart") then children[i].Material = "ForceField" children[i].Color = owner.Character.Torso.Color end end end